Allow easier overriding of LIBLEAFDIR_x86_64 on GNU systems
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 13 Sep 2010 16:45:59 +0000 (17:45 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 13 Sep 2010 16:45:59 +0000 (17:45 +0100)
Some GNU systems (including Debian) do not use /usr/lib64. This change
makes it easier to have the Xen build system on amd64 put its 64-bit
libraries files in /usr/lib.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
config/StdGNU.mk

index 532ee6c87b0bff3564afb4298be960e089001e88..58ae2d90b1193a4c4f2b637db592e48279fc914f 100644 (file)
@@ -28,7 +28,7 @@ BINDIR = $(PREFIX)/bin
 INCLUDEDIR = $(PREFIX)/include
 LIBLEAFDIR = lib
 LIBLEAFDIR_x86_32 = lib
-LIBLEAFDIR_x86_64 = lib64
+LIBLEAFDIR_x86_64 ?= lib64
 LIBDIR = $(PREFIX)/$(LIBLEAFDIR)
 LIBDIR_x86_32 = $(PREFIX)/$(LIBLEAFDIR_x86_32)
 LIBDIR_x86_64 = $(PREFIX)/$(LIBLEAFDIR_x86_64)